curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "5d093e7f-5aae-3aa3-bece-f6e784dcbd67",
"name": "Rogers Leuschke PhD",
"type": "Other",
"email": "imclaughlin@example.org",
"access": {
"is_owner": false,
"data_access": false,
"data_access_expires_at": null,
"can_access_all_assets": false,
"created_at": null,
"updated_at": null
},
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "5d093e7f-5aae-3aa3-bece-f6e784dcbd67",
"name": "Rogers Leuschke PhD",
"type": "Other",
"email": "imclaughlin@example.org",
"access": {
"is_owner": false,
"data_access": false,
"data_access_expires_at": null,
"can_access_all_assets": false,
"created_at": null,
"updated_at": null
},
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
}